home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9367 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Object Oriented programming in C ????
  5. Date: 9 Mar 1996 21:26:09 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4hst1h$bcv@news.interpath.net>
  8. References: <4higq7$5j2@sidhe.memra.com> <sgbum9nqvz.fsf@su2>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. The book I was thinking about is either the orange OOP in C++ or the
  13. gigantic Microsoft C/C++ 7 Developer's Guide by:
  14.  
  15.     Nabajyoti Barkakati
  16.  
  17. Both are published by Sams, and I believe both are out of print.  The
  18. MS C 7 book should at least be on cutout tables. The C7 book is mostly
  19. just the orange book plus a billion library functions explained in
  20. detail. The meat of the book, the OOP stuff, is not particular to 
  21. C7.
  22.  
  23. Anyway, N. B. explains C++ by explaining OOP ideas and implementing
  24. them in C. He later shows how much easier it is with C++'s syntactic
  25. sugar and enhancements.
  26.  
  27. N. B.'s book(s) is/are a great look at OOP for beginners, I recommend
  28. them. They're the only time I've ever seen OOP in C discussed at
  29. length.
  30.  
  31. Scott
  32.  
  33.